home *** CD-ROM | disk | FTP | other *** search
/ SGI WebFORCE 1998 February / SGI WebFORCE 1998 February - Disc 1.iso / docs6.4 / relnotes / nss_directory / ch5.z / ch5
Text File  |  1998-02-25  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4.                                   - 1 -
  5.  
  6.  
  7.  
  8.        5.  _K_n_o_w_n__P_r_o_b_l_e_m_s__a_n_d__W_o_r_k_a_r_o_u_n_d_s
  9.  
  10.        As for any _N_e_t_s_c_a_p_e Server products, there are a number of
  11.        semaphores consumed by each server instance. It is thus
  12.        possible for you to encounter the following error during an
  13.        operation via the Administration Server:
  14.  
  15.        usinit: no space left on device
  16.  
  17.        To solve this problem you can either run fewer instances of
  18.        _N_e_t_s_c_a_p_e Servers or increase the resources limit on your
  19.        system by doing:
  20.  
  21.        $ su -
  22.        # cd /var/sysgen/master.d
  23.        # cp usema usema.orig
  24.        # chmod +w usema
  25.        # vi usema
  26.  
  27.        *
  28.        * usema - pollable semaphores
  29.        *
  30.        *FLAG   PREFIX  SOFT    #DEV    DEPENDENCIES
  31.        sc      us      47      -
  32.                                        usexit(){false}
  33.  
  34.        $$$
  35.  
  36.        /* max minor devs is 255 */
  37.        #define USMAXDEVS       254
  38.        int usmaxdevs = USMAXDEVS;
  39.  
  40.  
  41.        Increase USMAXDEVS to a number equal to 60 * number of server
  42.        instances running.
  43.  
  44.        # autoconfig -f
  45.        # reboot
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.